runtime.g.stktopsp (field)
9 uses
runtime (current package)
proc.go#L2440: gp.stktopsp = gp.sched.sp
proc.go#L5092: newg.stktopsp = sp
runtime2.go#L415: stktopsp uintptr // expected sp at top of stack, to check in traceback
signal_unix.go#L482: gp.m.gsignal.stktopsp = sys.GetCallerSP()
signal_unix.go#L1423: old.stktopsp = gp.m.gsignal.stktopsp
signal_unix.go#L1442: gp.stktopsp = st.stktopsp
stack.go#L930: gp.stktopsp += adjinfo.delta
traceback.go#L563: if u.flags&(unwindPrintErrors|unwindSilentErrors) == 0 && u.frame.sp != gp.stktopsp {
traceback.go#L564: print("runtime: g", gp.goid, ": frame.sp=", hex(u.frame.sp), " top=", hex(gp.stktopsp), "\n")
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)